[DllImport("kernel32.dll")]
static extern uint GetFullPathName(string lpFileName, uint nBufferLength,
[Out] StringBuilder lpBuffer, out StringBuilder lpFilePart);
<DllImport("kernel32.dll")> _
Shared Function GetFullPathName(ByVal lpFileName As String, ByVal nBufferLength As Int32, <Out()> ByVal lpBuffer As System.Text.StringBuilder, <Out()> ByVal lpFilePart As System.Text.StringBuilder) As Int32
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!